home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1145 / n4pass.cfg < prev    next >
Text File  |  1997-04-17  |  7KB  |  154 lines

  1. ; Configuration file for N4PASS.NLM
  2. ;
  3. ; Note:
  4. ;   Comment lines start with a semicolon.
  5. ;   Do give a valid full Volume:\Path\FileName for the FileName parameters.
  6. ;   Do not comment out a parameter.
  7. ;   If you make changes to this file, you must re-LOAD N4PASS to enable the
  8. ;      new contents of this N4PASS.CFG file.
  9. ;
  10. ; Important!  Since, you placing a password in here, do not give any
  11. ;  read access rights to anyone (other than admin) for this subdirectory
  12. ;  containing the N4Pass.CFG file.
  13.  
  14. ; Point to the subdirectory that you want the N4PASS.EXE and N4PASS.NLM to
  15. ; use for communication.  Normally, this is set to SYS:\N4PASS\PASSWORD
  16. ;
  17. HelpDeskDirectory       SYS:\N4PASS\PASSWORD
  18.  
  19. ; Specify the file that you want to log all N4PASS events.
  20. ; This file is used log all object inquiries and password changes.
  21. ; If use the value of NONE, then these events will not be logged.
  22. ;
  23. LogFile                 SYS:\N4PASS\N4PASS.LOG
  24.  
  25. ; Specify the name of the server that this utility is installed on.
  26. ; Just the server name (FS1) will do.   This is the same server name that
  27. ; you will load the N4PASS.NLM on.   Must be the same as the subdirectories
  28. ; for the above nouns 'HelpDeskDirectory', 'LogFile' are on.
  29. ;
  30. Server                  Mercury
  31.  
  32. ; Specify the Administrator-equal distinguished network name
  33. ; It should be the distinguished object name.
  34. ; This account should be an admin-equal.
  35. ;
  36. AdminName               .pwd-admin.home
  37.  
  38. ; Specify the password for the network account above.
  39. ;
  40. AdminPassword           DrainOHead
  41.  
  42. ; Specify a list of full distinguished container names that will be used
  43. ; for searching for the user.
  44. ; Default is [root], which will search through the entire tree.
  45. ; N4Pass will search in the specified containers and its subcontainers.
  46. ; Use a comma (,) to separate multiple container names.
  47. ; Example:  If your tree's structure is:
  48. ;   O=ACME
  49. ;     OU=CA.O=ACME
  50. ;        OU=SALES.OU=CA.O=ACME
  51. ;        OU=ENGINEERING.OU=CA.O=ACME
  52. ;     OU=TX.O=ACME
  53. ;        OU=FW.OU=TX.O=ACME
  54. ;   Setting the value to  CA.ACME   will search: ca.acme, sales.ca.acme,
  55. ;        and engineering.ca.acme.
  56. ;   Setting the value to  ca.acme,fw.tx.acme  will search: ca.acme,
  57. ;        sales.ca.acme, engineering.ca.acme and fa.tx.acme.
  58. ; Note:  The helpdesk user can still specify a user in a different
  59. ;        context than below by typing in the full distinguished name
  60. ;        in the 'search' text prompt.
  61. ;
  62. ContainerSearchList     [root]
  63.  
  64. ; Set to Y to display additional information/status on each operation.
  65. ;    If set to Y, then all inquiry information will be display on the
  66. ;    system console screen.
  67. ; Set to N for normal operation.
  68. ;
  69. DebugMode               N
  70.  
  71. ; Comma-separated values of (partial or full) network names that N4Pass 
  72. ;   should not access.  You should at least have the names: Admin, Super,
  73. ;   Supervisor and any other-super equal accounts.
  74. ; For example:  With the value of  JSmith,  N4Pass will not access accounts 
  75. ;   like  JSmith.Finance.Sales.ACME, JSmith.Finance.HQ, and any other
  76. ;   words with 'jsmith' in it.
  77. ; For example:  With the value of Sales.HQ, N4Pass will not access accounts
  78. ;   like  PRose.Sales.HQ.ACME, ASmith.Sales.HQ, and any other words with
  79. ;   'sales.hq' in it.
  80. ; Suggestion names to exlude:  Admin, Super, Backup, Archivist
  81. ; Note:  Wildcards (*,?) are not allowed.
  82. ;
  83. ExcludeNameList         Admin, Super
  84.  
  85. ; Choose a number from 0 to 10000.   This same 'seed' value must be set on
  86. ; the workstation running N4PASS.EXE.   If this 'seed' value is not the same
  87. ; as the n4pass.exe utility, then it will not report the correct new password.
  88. ; This number should not be released publically, since, it is used to
  89. ; generate the unique password.  
  90. ;
  91. Seed                    0
  92.  
  93. ; Prefix password phrase.
  94. ; Set to NONE to not use any prefix phrase.
  95. ; Note:  You must use a prefix phrase if you require that the user passwords
  96. ;   be longer than 5 characters.
  97. ; Note:  This prefix is used, even if a PasswordFile is specified.
  98. ; Note:  This prefix value will not be seen by the N4PASS.EXE 'change
  99. ;   password' so you must communicate the 'prefix' to your helpdesk staff.
  100. ;   They will then manually add the prefix to the changed password when
  101. ;   giving it to the employee.
  102. ;
  103. PasswordPrefix          NONE
  104.  
  105. ; Password File.
  106. ; Set to NONE to use random password phrase.
  107. ; Otherwise, set to   SYS:\path\filename  of the comma-delimited file that 
  108. ; contains a list of object names and their passwords.
  109. ; File format is:   ObjectName  ,  NewPassword
  110. ;    ObjectName field may be a partial or full user object name.
  111. ;      Note that typeless names are used.
  112. ;    NewPassword field should contain a valid password only.
  113. ; Reserved values for  NewPassword  field:
  114. ;  RANDOM    -  object will be assigned a random password.
  115. ;  DEFAULT   -  object will be assigned the value in DefaultNewPassword.
  116. ;  ID        -  object will be assigned the value of its 'short' object name.
  117. ; See n4pass.lst, for a sample data file.
  118. ;
  119. PasswordFile            sys:\n4pass\n4pass.lst
  120.  
  121. ; Default New Password
  122. ; User passwords will be set to this value if the user object name is not
  123. ; found in the password file.  
  124. ; If you are not using a password file, then the value is not used.
  125. ; Reserved value:  NONE      If object name is not found in the specified
  126. ;    PasswordFile, then the user password is not changed.
  127. ; Reserved value:  RANDOM    If object name is not found in the specified
  128. ;    PasswordFile, then a random password will be assigned.
  129. ; Reserved value:  DENIED    If object name is not found in the specified
  130. ;    PasswordFile, then a 'ACCESS DENIED' message will be sent to HelpDesk.
  131. ; Reserved value:  ID        If object name is not found in the specified
  132. ;    PasswordFile, then the password will be set to object's 'short' name.
  133. ;
  134. DefaultNewPassword      RANDOM
  135.  
  136.  
  137. ; Allow the helpdesk staff to specify the New Password.
  138. ; Options:  Yes, No
  139. ; The default (No) is to have the N4Pass.nlm utility randomize a password,
  140. ; or read the new password from the specified file.
  141. ; If you set the value to Yes, then the helpdesk staff is allowed to set
  142. ; the password.  Note:  If you set this value to Yes, you will also need
  143. ; to add the command line  /SPECIFY  to line loading  N4PASS.EXE.
  144. ;   (sample command line:  F:\N4PASS\PASSWORD\N4PASS.EXE /specify)
  145. ;
  146. ; Additional notes:
  147. ;   If you allow the helpdesk to specify the password, and have enabled it
  148. ;   on the helpdesk's n4pass.exe command line, then n4pass utility will set
  149. ;   the password 'exactly' to what the helpdesk staff specified.  The
  150. ;   password prefix and the password list file is not used.
  151. ;
  152. AllowSpecifyNewPassword No
  153.  
  154.